home *** CD-ROM | disk | FTP | other *** search
-
- echo off
- cls
- echo Do you wish to continue (Y)es or (N)o?
- :reply
- reply
- if errorlevel 79 if not errorlevel 80 goto no
- if errorlevel 110 if not errorlevel 111 goto no
- if errorlevel 89 if not errorlevel 90 goto yes
- if errorlevel 121 if not errorlevel 122 goto yes
- beep
- goto reply
- :yes
- echo You answered yes!
- :no
- echo You answered no!
-
-
-
-
-
-
-
-